Name | Description | |
---|---|---|
GetTreeTraverser | Returns a tree traverser that iterates through the tree. |
The following tables list the members exposed by ITreeTraversable<T>.
Name | Description | |
---|---|---|
GetTreeTraverser | Returns a tree traverser that iterates through the tree. |
Name | Description | |
---|---|---|
PreventRecursion | Overloaded. Creates a derived traversable that prevents recursion into nodes that have already been traversed. | |
ToEnumerable | Overloaded. Converts the tree traversable to an "enumerable" of tree nodes, using depth first traversal. |